@charset "utf-8";
.ddsmoothmenu{ width:700px; height:100px; float:right;}
.ddsmoothmenu ul{z-index:100;margin:0;padding:0;list-style-type:none;}
.ddsmoothmenu ul li{position:relative;display:inline;float:left;margin-right:5px;}
.ddsmoothmenu ul li a{display:block; width:80px; height:100px; line-height:100px; text-align:center; color:#333; font-size:14px; }
*html .ddsmoothmenu ul li a{display:inline-block;}
.ddsmoothmenu ul li a.selected{ color:#003399; background:url(../images/nav_bg.jpg) no-repeat bottom center;}
.ddsmoothmenu ul li a:hover{ color:#003399;background:url(../images/nav_bg.jpg) no-repeat bottom center;}
.ddsmoothmenu ul li ul{position:absolute;left:0;display:none;visibility:hidden; z-index:10000;}
.ddsmoothmenu ul li ul li{display:list-item;float:none; background:#fff; margin-bottom:1px;height:35px;}
.ddsmoothmenu ul li ul li ul{ top:0;}
.ddsmoothmenu ul li ul li a{ font-size:12px; width:100px;margin:0; text-align:center; line-height:35px; color:#333; background:none;}
.ddsmoothmenu ul li ul li a:hover{color:#003399; background:none;}
*html .ddsmoothmenu{height:1%;}
.ddshadow{position:absolute;left:0;top:0;width:0;height:0;background:silver;}
.toplevelshadow{opacity:0.8;}